projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f182c53
)
(updates): Add missing semicolons.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Aug 1997 17:06:51 +0000
(17:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Aug 1997 17:06:51 +0000
(17:06 +0000)
lisp/Makefile
patch
|
blob
|
history
diff --git
a/lisp/Makefile
b/lisp/Makefile
index e7533977ecb52440656764039912ad9121df8430..057aa3958b5a526b3079eda3129b6c2b97c0df2b 100644
(file)
--- a/
lisp/Makefile
+++ b/
lisp/Makefile
@@
-62,8
+62,8
@@
updates: doit
for file in $$wins; do \
../update-subdirs $$file; \
done; \
- $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies $$wins \
- $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist $$wins \
+ $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies $$wins
;
\
+ $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist $$wins
;
\
$(EMACS) -batch -f batch-update-autoloads $$wins
TAGS: $(lisptagsfiles)